@charset "utf-8";
/*@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/helveticaneueltpro-th.eot'); 
    src: url('../fonts/helveticaneueltpro-th.eot#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltpro-th.woff') format('woff'), 
         url('../fonts/helveticaneueltpro-th.ttf') format('truetype'), 
         url('../fonts/helveticaneueltpro-th.svg#helveticaneueltpro-th') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/
.navbar{
	border: 0px;
}
.navbar-fixed-top{
	position: fixed;
	top: 0px;
}
.bootsnav{
	width: 100%;
	opacity: 0.7;
	background: #000;
	color:#fff;
}
.bootsnavs{
	width: 100%;
	opacity: 1;
	background: #000;
	color:#fff;
}
.bootsnav .navbar-header{
	width: 80%;
	float: left;
	display: inline-block;

}
.bootsnav .navRig{
	float: right;
	display: inline-block;
	margin-top: 27px;
	margin-right: 5px;
}
.bootsnav .navRig a{
	width: 60px;
    height: 30px;
    background: #2C8DE5;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.bootsnav .navbar-menu{
	width: 80%;
	margin:0 auto;
}

.logo{
	padding: 0;
    /* padding-left: 70px; */
    height: 40px;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    line-height: 40px;
    margin-top: 20px;
}
.logo span{
	width: 100%;
	display: block;

}
.logo img{
	width: auto;
	height: 30px;
	display: inline-block;
	float: left;
}
.logo img:nth-child(2){
	padding-left:25px;
}
.logo .shows{
	display: block;
}
.logo .hides{
	display: block;
}
.bootsnav #navbar-menu{
	width: 100%;
	border-top: #536270 solid 1px;
}

.bootsnav #navbar-menu .navbar-nav{
	border-top:#536270 solid 1px;
}

nav.navbar.bootsnav ul.nav > li > a{
	color: #fff;
	background:unset;
	padding-left: 40px;
    padding-right: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	
}
nav.navbar.bootsnav ul.nav > li > a:hover{
	/*background: unset;*/
	background: rgba(0,0,0,0.7);
	color: #fff;
	/*font-weight: bolder;*/
	/*border: #f00 solid 1px;*/
}

.attr-nav > ul > li > a{
	color: #fff
}
.active{
	border-top: #2C8DE5 solid 2px;
}
.dropdown-menu {
    background-color: rgba(0,0,0,0.7);
}
/*下拉菜单背景颜色*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*border: #f00 solid 1px;*/
}
/*下拉菜单背景色*/
.dropdown-menu > li > a {
   /*background: green;*/
   /*background-color: rgba(0,0,0,0.7);*/
   color: #fff;
}
.dropdown-menu > li > a:hover {
   /*background: green;*/
   background-color: rgba(0,0,0,0.7);
   color: #fff;
}




/*banNews*/
.banNews {
    position: relative;
    height: 380px
}

.banNews .imgBg {
    height: 100%
}

.banCon {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 15px;
    width: 100%;
    color: #FFF
}

.banEn {
    padding: 10px 0;
    font-size: 40px;
    font-family: Arial
}

.banCn {
    font-size: 26px
}
@media(min-width: 768px){
	.navbar-nav {
	    float: left;
	    width: 100%;
	    margin: 0;
	}
}

@media (max-width: 1600px){
	.logo{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1440px){

}
@media (max-width: 1240px){
	nav.navbar.bootsnav ul.nav > li > a{
		padding-left: 28px;
		padding-right: 28px;
	}
}
@media (max-width: 992px){

	nav.navbar.bootsnav ul.nav > li > a{
		padding-left: 14px;
    	padding-right: 14px;
	}

	.navbar-nav {
	    float: left;
	    width: 100%;
	    margin: 0;
	}
}
@media (max-width: 767px){
	.bootsnav .navRig{
		display:none;
	}
	.bootsnav .navbar-header{
		width: 100%;
	}
	.bootsnav #navbar-menu .navbar-nav{
		border-top: 0px;
	}
	.active{
		border-top: #2C8DE5 solid 0px;
	}



}
@media (max-width: 640px){

}
@media (max-width: 460px){

}
@media (max-width: 360px){

}







/* 底部导航栏 */
.foot{
	width: 100%;
	float: left;
	background: #272727;
	padding: 60px;
}
.foot .footcontent{
	width: 100%;
	margin:0 auto;
	/*border: #f00 solid 1px;*/
}
.foot .footcontent .b-logo{
	width: 20%;
	float: left;
	display: inline-block;
}
.foot .footcontent .b-logo img{
	width: auto;
}
.foot .footcontent .f-navigation{
	width: 60%;
	display: inline-block;
	float: left;
}
.foot .footcontent .f-navigation .f-navigation-l{
	width: 30%;
	float: left;
	display: inline-block;
	/*padding*/: 0 50px;
}
.foot .footcontent .f-navigation .f-navigation-l ul{
	width: 100%;
	list-style: none;
}
.foot .footcontent .f-navigation .f-navigation-l ul li{
	width: 100%;
	text-align: left;
	
}
.foot .footcontent .f-navigation .f-navigation-l ul li a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #878787;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.foot .footcontent .f-navigation .f-navigation-l ul li:first-child{
	font-weight: bold;
	color: #A5A5A5;
	font-size: 16px;
}
.foot .footcontent .erweima{
	width: 20%;
	float: right;
	text-align: right;
}
.foot .footcontent .erweima img{
	width: auto;
	box-shadow: 0px 7px 6px 0px rgba(116, 116, 116, 0.31);
}
.foot .footcontent .erweima p{
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.record{
	width: 100%;
	background: #181818;
	float: left;
}
.record .recordcontent{
	width: 100%;
	text-align: center;
}
.record .recordcontent {
    width: 73%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 90px;
    color: #999;
}
@media (max-width: 992px){

	.foot .footcontent {
	    width: 100%;
	    /*border: #f00 solid 1px;*/
	    text-align: center;
	}
	.foot .footcontent .b-logo {
	    width: 100%;
	    float: left;
	    /* display: inline-block; */
	    /*border: #f00 solid 1px;*/
	    display: block;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.foot .footcontent .f-navigation{
		display: none;
	}

	.foot .footcontent .erweima {
	    width: 100%;
	    /* float: right; */
	    text-align: center;
	}
	.foot .footcontent .erweima p {
	    text-align: center;
	    padding-top: 10px;
	}
	.record .recordcontent {
	    width: 73%;
	    height: 43px;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 20px;
	    font-size: 14px;
	    line-height: 14px;
	    color: #999;
	    margin-top: 10px;
	    clear: both;
	}
}